home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / MP / README < prev   
Encoding:
Text File  |  1994-08-02  |  1.2 KB  |  31 lines

  1.  
  2.              ~4Dgifts/toolbox/src/exampleCode/MP README
  3.  
  4.  
  5.    This tree contains examples relating to multi-processing/parallel computing
  6.  
  7.  
  8.    kernel_switch:   contains an example showing how to combine mips1 and 
  9.             mips2 objects into a single mips1 and mips2 runnable 
  10.             executable through a jump table implementation.
  11.  
  12.  
  13.    timer :  This subtree demonstrates the use of a high resolution timer 
  14.         of the io3 board on an r4k-based SGI system.  The io3 clock 
  15.         is 16 Mhz, 32 bits.  Period is ~ 268 seconds.  Getitimer has 
  16.         a 100 Hz default resolution.  With ftimer(1) and by changing 
  17.         FASTHZ in /usr/sysgen/master.d/kernel it is possible to 
  18.         bring the resolution up to 1800 (Power Series systems), i.e., 
  19.         555 microseconds.  This resolution is too coarse for the 
  20.         purpose of some measurements.
  21.  
  22.             Two sub-directories--highres and regular--containing 
  23.         contrasting Linpack 100 examples using a regular and the high 
  24.         resolution timers are shown.  The Linpack 100 benchmark takes 
  25.         about .07 second to run and thus the use of a higher 
  26.         resolution timer is necessary.
  27.  
  28.             Also included is a similar io4 timer for the challenge system.
  29.  
  30.  
  31.